func runtime.inHeapOrStack

2 uses

	runtime (current package)
		cgocall.go#L764: 	if inHeapOrStack(uintptr(p)) {
		mheap.go#L652: func inHeapOrStack(b uintptr) bool {